-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support HOS16.0.0 #76
base: master
Are you sure you want to change the base?
Conversation
zdm65477730
commented
Mar 15, 2023
•
edited
Loading
edited
- Support HOS16.0.0.
- Fix play time in total time exceed 100%.
- Add year suffix for some local lang, e.g. Chinese.
- Allow run under Applet mode.
- Make sure all account play events in list.
- Optimize the memory usage.
- Fix ghost record issue in all views(All, Recent and Hidden view).
- Fix crash when deleting import data.
- Correct the time unit(time_t in second should be uint64_t).
1. Support HOS16.0.0. 2. Fix play tiem in total time exceed 100%. 3. Add year suffix. 4. Allow run under Applet mode. 5. Make sure all account play events in list. Signed-off-by: Damien Zhao <[email protected]>
Signed-off-by: Damien Zhao <[email protected]>
Signed-off-by: Damien Zhao <[email protected]>
Signed-off-by: Damien Zhao <[email protected]>
There are some ghost records in the export json file "id": "0000000000000000", "name": "", "summary": { "firstPlayed": 0, "lastPlayed": 0, "launches": 0, "playtime": 0 } Signed-off-by: Damien Zhao <[email protected]>
… data Signed-off-by: Damien Zhao <[email protected]>
Signed-off-by: Damien Zhao <[email protected]>
Signed-off-by: Damien Zhao <[email protected]>
Can you please merge this into master and make it as a release? @tallbl0nde |
Hi, @zdm65477730. Is your git repository still being stored locally? The submodule 'SimpleIniParser' doesn't exist anymore. I planned to add a tiny functionality that play an .wav audio file (whistle twice sound in stock) after launching this app from the user page. Could you send me a copy or any other valid link of this submodule. Thanks! |
I found simpleiniparser that are active here A tried too some changes but when i enter the app it crash with error. But compiles without problem. Could you please test it with your devkitpro if I set it correctly? https://www.mediafire.com/file/gf9mqvak8oinjuo/NX-Activity-Log-master-Test.zip/file Thank you |
@Lukas2288 |
I think that there should be problem with new version of devkit libraries. I´ve got version 1.4 which i updated with my theme and adjustments and it compiles and runs fine. But 2 years later i cannot start it anymore, when i recompile it. |
Signed-off-by: Damien Zhao <[email protected]>
Signed-off-by: Damien Zhao <[email protected]>
Please add support to HOS19.0.0. |
Signed-off-by: Damien Zhao <[email protected]>
Signed-off-by: Damien Zhao <[email protected]>
Signed-off-by: Damien Zhao <[email protected]>
Signed-off-by: Damien Zhao <[email protected]>
Signed-off-by: Damien Zhao <[email protected]>
Added Japanese language. Please merge, build, and release! |
Signed-off-by: Damien Zhao <[email protected]>
Signed-off-by: Damien Zhao <[email protected]>
Signed-off-by: Damien Zhao <[email protected]>
Signed-off-by: Damien Zhao <[email protected]>
…data entries - Fixed APP stuck on black screen when there are a large number of game data entries - Optimized the loading performance of the game data enteries. - Add debug traces. - Bump to v1.5.2 Signed-off-by: Damien Zhao <[email protected]>
Bump version to v1.5.3 Signed-off-by: Damien Zhao <[email protected]>
Revert the pervious commit and update the fix. Signed-off-by: Damien Zhao <[email protected]>
Signed-off-by: Damien Zhao <[email protected]>
Signed-off-by: Damien Zhao <[email protected]>
Signed-off-by: Damien Zhao <[email protected]>
1. Fixed crash when deleting import json file. 2. Updates all lang json files. 3. Fixed first/last play data missing for imported play data. Signed-off-by: Damien Zhao <[email protected]>
Signed-off-by: Damien Zhao <[email protected]>
Signed-off-by: Damien Zhao <[email protected]>